home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
mint
/
utils
/
gdb36p4s.zoo
/
Changes
< prev
next >
Wrap
Text File
|
1993-10-04
|
648b
|
18 lines
PatchLevel 4:
A spurious reference to long double in m68k-pinsn.c has been
elmininated (there is no long double support for the 68000
yet).
----------------------------------------------------------------------
PatchLevel 3:
Support the changed debugging format of gcc-2.4
Enable the support for long long. All calculations on inferior
data are done with long long precision (except floating point, of
course). Output of long long is supported even if printf does not.
Treat enum like short if -mshort was given to compile the
inferior.
Handle file names which include drive letters.
Improve printing of constructor/destructor names.